home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / XMLXSLT / XSLTfiles / message.xsl < prev   
Encoding:
Text File  |  2000-12-09  |  187 b   |  7 lines

  1. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  version="1.0">
  2.   
  3.   <xsl:template match="/">
  4.     <xsl:value-of select ="." />
  5.   </xsl:template>
  6.   
  7. </xsl:stylesheet>